Skip to content

Commit d6bbcbb

Browse files
authored
Merge pull request #8 from pomerium/dependabot/github_actions/github-actions-76468cb07f
Bump actions/checkout from 5 to 6 in the github-actions group
2 parents 9a9aa32 + 69382b5 commit d6bbcbb

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@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Fetch
1919
run: |

0 commit comments

Comments
 (0)