Skip to content

Commit 9a9aa32

Browse files
authored
Merge pull request #7 from pomerium/dependabot/github_actions/github-actions-a331d3ec2d
Bump actions/checkout from 4 to 5 in the github-actions group
2 parents 132f634 + 189e4c8 commit 9a9aa32

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
echo "tag=${TAG}" >> "$GITHUB_OUTPUT"
1414
1515
- name: Checkout
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Fetch
1919
run: |

0 commit comments

Comments
 (0)