Skip to content

Commit

Permalink
Merge pull request #121 from iterate-ch/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4
  • Loading branch information
dependabot[bot] authored Dec 29, 2024
2 parents 05fe4a6 + 3f75f43 commit 5d01cce
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/profiles-initialize.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Install Cyberduck CLI
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiles-sanity-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- run: |
sudo apt-get update
sudo apt-get install -y libplist-utils
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/profiles-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
upload:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install Cyberduck CLI
run: |
echo -e "deb https://s3.amazonaws.com/repo.deb.cyberduck.io stable main" | sudo tee /etc/apt/sources.list.d/cyberduck.list > /dev/null
Expand Down

0 comments on commit 5d01cce

Please sign in to comment.