Skip to content

Commit 0e8a4bb

Browse files
committed
Update actions/checkout to v4
1 parent a9583bb commit 0e8a4bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/basemap-data-hires.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
-
2929
name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
-
3232
name: Upload checkout
3333
uses: actions/upload-artifact@v3

.github/workflows/basemap-data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
-
2929
name: Checkout
30-
uses: actions/checkout@v3
30+
uses: actions/checkout@v4
3131
-
3232
name: Upload checkout
3333
uses: actions/upload-artifact@v3

.github/workflows/basemap-for-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
steps:
3030
-
3131
name: Checkout
32-
uses: actions/checkout@v3
32+
uses: actions/checkout@v4
3333
-
3434
name: Upload checkout
3535
uses: actions/upload-artifact@v3

0 commit comments

Comments
 (0)