Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 18, 2024
1 parent 524a389 commit 3836abe
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ppa-upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
gpg-private-key: ${{ secrets.MIR_BOT_GPG_PRIVATE_KEY }}

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
# Need full history for version determination
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/spread.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
sudo snap run lxd init --auto
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Run Spread task
run: snap run spread-mir-ci.spread -v ${{ matrix.spread-task }}
2 changes: 1 addition & 1 deletion .github/workflows/tarball.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
gpg_private_key: ${{ secrets.MIR_BOT_GPG_PRIVATE_KEY }}

- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ref: v${{ steps.get-version.outputs.version }}

Expand Down

0 comments on commit 3836abe

Please sign in to comment.