Skip to content

Commit 4e08831

Browse files
authored
Merge pull request #45 from deploystackio/dependabot/github_actions/actions/checkout-5
chore: bump actions/checkout from 4 to 5
2 parents 3ff6531 + c8e9168 commit 4e08831

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/update-repository.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
runs-on: ubuntu-latest
3939
if: needs.check-label.outputs.has_valid_label == 'true'
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v5
4242
with:
4343
fetch-depth: 0
4444
token: ${{ secrets.APP_INSTALLATION_TOKEN }}
@@ -127,7 +127,7 @@ jobs:
127127
if: needs.check-label.outputs.has_valid_label == 'true'
128128
steps:
129129
- name: Checkout repository
130-
uses: actions/checkout@v4
130+
uses: actions/checkout@v5
131131
with:
132132
ref: main
133133
# Ensure we get the latest code including changes from previous job

.github/workflows/validate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
validate:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v5
1919
with:
2020
ref: ${{ github.event.pull_request.head.sha }}
2121
fetch-depth: 0

0 commit comments

Comments
 (0)