Skip to content

Commit

Permalink
chore(deps): update github actions (#273)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 27, 2024
1 parent 496ccbe commit b8df7b1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-delivery-git.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
name: CD / PKGBUILD
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2

- name: Build PKGBUILD
run: ./scripts/base.sh
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/continuous-delivery.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
ref: ${{ github.event.release.tag_name }}

Expand All @@ -29,7 +29,7 @@ jobs:
uses: josh-development/.github/setup-node@main

- name: Restore Cargo Cache
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
path: |
~/.cargo/registry/index/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Project
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup Node
uses: josh-development/.github/setup-node@main
- name: Run Build
Expand Down

0 comments on commit b8df7b1

Please sign in to comment.