Skip to content

Commit e442fe0

Browse files
James StockerRumbles
authored andcommitted
[intenthq/infrastructure#4458] Update actions/checkout to latest
1 parent 5a37ec5 commit e442fe0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
build:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515
- uses: actions/setup-java@v1
1616
with:
1717
java-version: 8

.github/workflows/release-sonatype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
release-sonatype:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v2
13+
- uses: actions/checkout@v3
1414
with:
1515
# We need to unshallow to allow git describe work with last tag
1616
fetch-depth: 0

0 commit comments

Comments
 (0)