Skip to content

Commit

Permalink
chore: Bump actions/checkout to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
techman83 committed Apr 29, 2024
1 parent 02c84ba commit 67aa287
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
apt-get install -y apt-transport-https
- name: Installing checkout/build dependencies
run: apt-get update && apt-get install -y git
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
apt-get update
apt-get install -y --no-install-recommends \
git make sed gzip fakeroot lintian dpkg-dev gpg gpg-agent createrepo python3-pip
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Check version
id: check_version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- name: Installing checkout/build dependencies
run: apt-get update && apt-get install -y git make sed libplist-utils xorriso gzip fakeroot lintian rpm wget jq dpkg-dev gpg createrepo
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup .NET Core
uses: actions/setup-dotnet@v3
Expand Down

0 comments on commit 67aa287

Please sign in to comment.