Skip to content

Commit ace5ec9

Browse files
authored
Merge pull request #1 from fullstack-devops/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 5e26ee1 + b70a69f commit ace5ec9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/create-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
release-id: ${{ steps.tag.outputs.release-id }}
3838
steps:
3939
- name: Check out the repo
40-
uses: actions/checkout@v2
40+
uses: actions/checkout@v3
4141
with:
4242
fetch-depth: 0
4343
- name: Setup awesome-ci

.github/workflows/generate-build-infos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
version: ${{ steps.tag.outputs.version }}
4444
steps:
4545
- name: Check out the repo
46-
uses: actions/checkout@v2
46+
uses: actions/checkout@v3
4747
with:
4848
fetch-depth: 0
4949
- name: Setup awesome-ci

0 commit comments

Comments
 (0)