Skip to content

Commit

Permalink
use GitHub actions/checkout@v4
Browse files Browse the repository at this point in the history
  • Loading branch information
robUx4 committed Aug 22, 2024
1 parent 108a776 commit e85ea68
Showing 1 changed file with 2 additions and 6 deletions.
8 changes: 2 additions & 6 deletions .github/workflows/generate-rfcs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get pushed code
uses: actions/checkout@v3
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Setup test tools
# we need the apt update because old packages won't load
Expand Down Expand Up @@ -55,9 +53,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Get pushed code
uses: actions/checkout@v3
with:
fetch-depth: 1
uses: actions/checkout@v4

- name: Setup test tools
# we need the apt update because old packages won't load
Expand Down

0 comments on commit e85ea68

Please sign in to comment.