Skip to content

Commit

Permalink
⏫ Upgrade actions/checkout` to v4
Browse files Browse the repository at this point in the history
Signed-off-by: Babak K. Shandiz <babak.k.shandiz@gmail.com>
  • Loading branch information
babakks committed Apr 7, 2024
1 parent f881f6f commit 5ca51e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/check-and-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Check style
run: make check-pretty
check-version:
Expand All @@ -24,11 +24,11 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: current
- name: Check out main
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: main
path: main
Expand All @@ -46,7 +46,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Make resume (PDF)
run: make build-resume
- name: Make SOP (PDF)
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Check out
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Make resume (PDF)
run: make build-resume
- name: Make SOP (PDF)
Expand Down

0 comments on commit 5ca51e6

Please sign in to comment.