Skip to content

Commit 432d988

Browse files
authored
Merge pull request #9 from devops-ia/dependabot/github_actions/actions/checkout-5
chore(deps): bump actions/checkout from 4 to 5
2 parents 1a342b6 + 93e3835 commit 432d988

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pre-commit.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
directories: ${{ steps.dirs.outputs.directories }}
1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v4
20+
uses: actions/checkout@v5
2121

2222
- name: Get root directories
2323
id: dirs
@@ -40,7 +40,7 @@ jobs:
4040
rm -rf /opt/hostedtoolcache/go
4141
4242
- name: Checkout
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444

4545
- name: Terraform min/max versions
4646
id: minMax
@@ -80,7 +80,7 @@ jobs:
8080
rm -rf /opt/hostedtoolcache/go
8181
8282
- name: Checkout
83-
uses: actions/checkout@v4
83+
uses: actions/checkout@v5
8484
with:
8585
ref: ${{ github.event.pull_request.head.ref }}
8686
repository: ${{github.event.pull_request.head.repo.full_name}}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
if: github.repository_owner == 'devops-ia'
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0

0 commit comments

Comments
 (0)