diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 43f923b..45664d4 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v6 with: # We must fetch at least the immediate parents so that if this is # a pull request then we can checkout the head. diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index e71cb3f..bd7f2f7 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -37,7 +37,7 @@ jobs: # Checkout the code base # ########################## - name: Checkout Code - uses: actions/checkout@v2 + uses: actions/checkout@v6 ################################ # Run Linter against code base # diff --git a/.github/workflows/pio-dependency-check.yml b/.github/workflows/pio-dependency-check.yml index 9974e69..cb10a75 100644 --- a/.github/workflows/pio-dependency-check.yml +++ b/.github/workflows/pio-dependency-check.yml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v5 diff --git a/.github/workflows/plaform.io.yml b/.github/workflows/plaform.io.yml index 863ca18..d84fc59 100644 --- a/.github/workflows/plaform.io.yml +++ b/.github/workflows/plaform.io.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v1 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v1 - name: Install dependencies