Skip to content

Commit 518f54d

Browse files
authored
Merge pull request #224 from coder/dependabot/github_actions/main/actions/checkout-3.5.2
chore: bump actions/checkout from 3.5.0 to 3.5.2
2 parents 077f903 + 223ac93 commit 518f54d

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- windows-latest
2222
runs-on: ${{ matrix.platform }}
2323
steps:
24-
- uses: actions/checkout@v3.5.0
24+
- uses: actions/checkout@v3.5.2
2525

2626
- uses: actions/setup-java@v3
2727
with:
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
# Check out current repository
5656
- name: Fetch Sources
57-
uses: actions/checkout@v3.5.0
57+
uses: actions/checkout@v3.5.2
5858

5959
# Setup Java 11 environment for the next steps
6060
- name: Setup Java
@@ -138,7 +138,7 @@ jobs:
138138

139139
# Check out current repository
140140
- name: Fetch Sources
141-
uses: actions/checkout@v3.5.0
141+
uses: actions/checkout@v3.5.2
142142

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

.github/workflows/release.yml

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

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/checkout@v3.5.0
18+
uses: actions/checkout@v3.5.2
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)