Skip to content

Commit

Permalink
use checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
linyows committed Jun 7, 2024
1 parent 5fdbb51 commit 787c08e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix:
container: ['ubuntu:jammy']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: |
apt update -qq
Expand All @@ -31,7 +31,7 @@ jobs:
matrix:
container: ['debian:buster']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: |
apt-get update -qq
Expand All @@ -47,7 +47,7 @@ jobs:
matrix:
container: ['centos:7']
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages
run: |
grep "8." /etc/centos-release && \
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install packages and Set envfile
env:
OCTOPASS_ENDPOINT: https://api.github.com/
Expand Down

0 comments on commit 787c08e

Please sign in to comment.