Skip to content

Commit 8cdbc7b

Browse files
authored
Merge pull request #145 from cisagov/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 8432f1e + c0b5d5b commit 8cdbc7b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- id: setup-env
2121
uses: cisagov/setup-env-github-action@develop
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- id: setup-python
2424
uses: actions/setup-python@v4
2525
with:

.github/workflows/sync-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
issues: write
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4
2323
- name: Sync repository labels
2424
if: success()
2525
uses: crazy-max/ghaction-github-labeler@v4

0 commit comments

Comments
 (0)