Skip to content

Commit

Permalink
Merge pull request #327 from canonical/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4
  • Loading branch information
RAOF authored Mar 18, 2024
2 parents 524a389 + 3836abe commit 3a47152
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 3a47152

Please sign in to comment.