Skip to content

Commit

Permalink
Merge pull request #63 from Skycoder42/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
Skycoder42 authored Sep 5, 2023
2 parents e085864 + db82d22 commit e621152
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/libsodium.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Install Dart-SDK (stable)
uses: dart-lang/setup-dart@v1
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- id: check
name: Check if upstream stable archives have been update
run: dart run tool/libsodium/detect_modified.dart
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
- name: Install Dart-SDK (stable)
uses: dart-lang/setup-dart@v1
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install minisign
uses: ./.github/actions/install-minisign
- name: Build libsodium binaries
Expand All @@ -93,7 +93,7 @@ jobs:
- name: Install Dart-SDK (stable)
uses: dart-lang/setup-dart@v1
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install minisign
uses: ./.github/actions/install-minisign
- name: Download all binary artifacts
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
- name: Install cider
run: dart pub global activate cider
- name: Checkout Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Update last-modified.txt
run: |
cat << 'EOF' > tool/libsodium/.last-modified.txt
Expand Down

0 comments on commit e621152

Please sign in to comment.