diff --git a/.github/workflows/builder.yml b/.github/workflows/builder.yml index a23a874a9bf..a9b99b5a07f 100644 --- a/.github/workflows/builder.yml +++ b/.github/workflows/builder.yml @@ -22,7 +22,7 @@ jobs: changed: ${{ steps.changed_addons.outputs.changed }} steps: - name: Check out the repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Get changed files id: changed_files @@ -74,7 +74,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Get information id: info diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9cd707dc928..12d7e89e0b7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -18,7 +18,7 @@ jobs: name: hadolint steps: - name: Check out the repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Run linter id: changed_files @@ -36,7 +36,7 @@ jobs: name: YAMLLint steps: - name: Check out the repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Run YAMLLint uses: frenck/action-yamllint@v1.5 @@ -46,7 +46,7 @@ jobs: name: ShellCheck steps: - name: Check out the repository - uses: actions/checkout@v4.1.7 + uses: actions/checkout@v4.2.0 - name: Run linter uses: ludeeus/action-shellcheck@2.0.0