Skip to content

Commit a19aaa7

Browse files
Upgrade checkout@v in build-deploy
1 parent e8ddc8d commit a19aaa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-deploy.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
build-deploy:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: actions/checkout@v3
12+
- uses: actions/checkout@v4
1313

1414
# Use GitHub Actions' cache to cache dependencies on servers
15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v4
1616
with:
1717
path: vendor/bundle
1818
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)