Skip to content

Commit 1536367

Browse files
renovate[bot]BFergerson
authored andcommitted
chore(deps): update actions/checkout action to v3.1.0 (#863)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 58c4b8a commit 1536367

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Check out current repository
4646
- name: Fetch Sources
47-
uses: actions/checkout@v3.0.2
47+
uses: actions/checkout@v3.1.0
4848
with:
4949
submodules: true
5050

@@ -148,7 +148,7 @@ jobs:
148148

149149
# Check out current repository
150150
- name: Fetch Sources
151-
uses: actions/checkout@v3.0.2
151+
uses: actions/checkout@v3.1.0
152152

153153
# Remove old release drafts by using the curl request for the available releases with draft flag
154154
- name: Remove Old Release Drafts

.github/workflows/release.yml

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

1717
# Check out current repository
1818
- name: Fetch Sources
19-
uses: actions/checkout@v3.0.2
19+
uses: actions/checkout@v3.1.0
2020
with:
2121
ref: ${{ github.event.release.tag_name }}
2222
submodules: true

0 commit comments

Comments
 (0)