Skip to content

Commit a52b89f

Browse files
Bump actions/checkout from 3.6.0 to 7.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.6.0 to 7.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.6.0...9c091bb) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 9f47cb3 commit a52b89f

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/validate.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
egress-policy: audit
3232

33-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
33+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3434
- name: Set up Python
3535
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
3636
with:
@@ -61,7 +61,7 @@ jobs:
6161
with:
6262
egress-policy: audit
6363

64-
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
64+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
6565

6666
- name: Set up Python
6767
uses: actions/setup-python@7f4fc3e22c37d6ff65e88745f38bd3157c663f7c # v4.9.1
@@ -102,7 +102,7 @@ jobs:
102102
egress-policy: audit
103103

104104
- name: Fork based /ok-to-test checkout
105-
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4.3.1
105+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
106106
with:
107107
ref: ${{ github.event.client_payload.pull_request.head.sha }}
108108

0 commit comments

Comments
 (0)