Skip to content

Commit 6663b35

Browse files
Bump actions/checkout from 3.0.2 to 3.1.0 (exercism#2171)
1 parent a5583f5 commit 6663b35

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
14+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
1515
- name: Set up JDK 1.17
1616
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
1717
with:
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828

2929
steps:
30-
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
30+
- uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8
3131
- name: Set up JDK 1.17
3232
uses: actions/setup-java@a18c333f3f14249953dab3e186e5e21bf3390f1d
3333
with:

0 commit comments

Comments
 (0)