Skip to content

Commit 7b5f58d

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
(github actions) generated latest snippets
1 parent 5db22ea commit 7b5f58d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

examples/snippets/.github/workflows/atmos-components-updater.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- "private=false"
1616
steps:
1717
- name: "Checkout source code at current commit"
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919

2020
- name: Generate a token
2121
id: github-app

examples/snippets/.github/workflows/atmos-pro.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
# For merged PRs, we will need to checkout the base branch to get the correct base branch SHA.
4646
# This isn't necessary for other events.
4747
if: github.event.action == 'closed'
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949
with:
5050
fetch-depth: 0 # Fetch all history for all branches and tags
5151

0 commit comments

Comments
 (0)