Skip to content

Commit 6e3c119

Browse files
authored
Merge pull request #16 from devops-ia/dependabot/github_actions/actions/checkout-6
chore(deps): bump actions/checkout from 5 to 6
2 parents 5f0ba82 + 9b752a7 commit 6e3c119

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@v5
20+
uses: actions/checkout@v6
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@v5
43+
uses: actions/checkout@v6
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@v5
83+
uses: actions/checkout@v6
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@v5
22+
uses: actions/checkout@v6
2323
with:
2424
persist-credentials: false
2525
fetch-depth: 0

0 commit comments

Comments
 (0)