Skip to content

Commit 8b02675

Browse files
authored
Merge pull request #75 from advanced-security/dependabot/github_actions/production-dependencies-a331d3ec2d
build(deps): Bump actions/checkout from 4 to 5 in the production-dependencies group
2 parents 8be7e9f + 028d2e1 commit 8b02675

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
@@ -41,7 +41,7 @@ jobs:
4141
if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
4242

4343
steps:
44-
- uses: actions/checkout@v4
44+
- uses: actions/checkout@v5
4545
- name: Run action
4646
uses: ./
4747
with:

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v4
27+
uses: actions/checkout@v5
2828

2929
- name: Initialize CodeQL
3030
uses: github/codeql-action/init@v3

0 commit comments

Comments
 (0)