diff --git a/.github/workflows/audit_consumers.yml b/.github/workflows/audit_consumers.yml index fb7cfd5755f..54c7e6489fd 100644 --- a/.github/workflows/audit_consumers.yml +++ b/.github/workflows/audit_consumers.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'web-platform-dx/web-features' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version diff --git a/.github/workflows/prepare_release.yml b/.github/workflows/prepare_release.yml index 1142b877200..4f4b1cf7c30 100644 --- a/.github/workflows/prepare_release.yml +++ b/.github/workflows/prepare_release.yml @@ -18,7 +18,7 @@ jobs: name: Open PR runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - run: | git config user.name github-actions git config user.email github-actions@github.com diff --git a/.github/workflows/publish_next_compute-baseline.yml b/.github/workflows/publish_next_compute-baseline.yml index e9c33efb5a1..1abb99c0b2d 100644 --- a/.github/workflows/publish_next_compute-baseline.yml +++ b/.github/workflows/publish_next_compute-baseline.yml @@ -20,7 +20,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version @@ -41,7 +41,7 @@ jobs: - name: Get timestamp id: timestamp run: echo "TIMESTAMP=$(date +'%Y%m%d%H%M%S')" >> $GITHUB_OUTPUT - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version diff --git a/.github/workflows/publish_next_web-features.yml b/.github/workflows/publish_next_web-features.yml index 657fee5c207..188361b281b 100644 --- a/.github/workflows/publish_next_web-features.yml +++ b/.github/workflows/publish_next_web-features.yml @@ -25,7 +25,7 @@ jobs: permissions: contents: read steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version @@ -43,7 +43,7 @@ jobs: # - https://docs.github.com/en/actions/concepts/security/openid-connect id-token: write steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - name: Get timestamp and short hash id: timestamp_and_hash run: | diff --git a/.github/workflows/publish_web-features.yml b/.github/workflows/publish_web-features.yml index 11d79533bef..dac5b90c836 100644 --- a/.github/workflows/publish_web-features.yml +++ b/.github/workflows/publish_web-features.yml @@ -13,7 +13,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version @@ -25,7 +25,7 @@ jobs: runs-on: ubuntu-latest needs: "test" steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version @@ -41,7 +41,7 @@ jobs: runs-on: ubuntu-latest needs: "test" steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 1db5dcb43cd..54b6573f28e 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -10,7 +10,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version @@ -22,7 +22,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version diff --git a/.github/workflows/remove_tagged_compat_features.yml b/.github/workflows/remove_tagged_compat_features.yml index 65051e68d26..97825235929 100644 --- a/.github/workflows/remove_tagged_compat_features.yml +++ b/.github/workflows/remove_tagged_compat_features.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'web-platform-dx/web-features' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version diff --git a/.github/workflows/update_draft_features_weekly.yml b/.github/workflows/update_draft_features_weekly.yml index 3c34608c2bb..bb60dcbb6dd 100644 --- a/.github/workflows/update_draft_features_weekly.yml +++ b/.github/workflows/update_draft_features_weekly.yml @@ -11,7 +11,7 @@ jobs: if: github.repository == 'web-platform-dx/web-features' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v7.0.0 + - uses: actions/checkout@v7.0.1 - uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7.0.0 with: node-version-file: .node-version