Skip to content

Commit 6e52c12

Browse files
fix(deps): bump actions/checkout from 4.1.1 to 4.1.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e79b45a commit 6e52c12

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
steps:
1313
- name: Checkout
14-
uses: actions/[email protected].1
14+
uses: actions/[email protected].2
1515
with:
1616
token: ${{ secrets.API_GITHUB_TOKEN }}
1717

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ jobs:
1313
steps:
1414
- name: Checkout with token
1515
if: github.event_name != 'pull_request'
16-
uses: actions/[email protected].1
16+
uses: actions/[email protected].2
1717
with:
1818
token: ${{ secrets.API_GITHUB_TOKEN }}
1919

2020
- name: Checkout without token
2121
if: github.event_name == 'pull_request'
22-
uses: actions/[email protected].1
22+
uses: actions/[email protected].2
2323

2424
- name: Fetch Go version
2525
run: |

0 commit comments

Comments
 (0)