Skip to content

Commit

Permalink
Merge pull request #40 from runwaylab/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b-actions-ac1173ef1f

Bump the github-actions group with 3 updates
  • Loading branch information
GrantBirki authored Jan 2, 2025
2 parents da9bd21 + e2d408b commit b3b2c68
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # pin@v3

- name: set up docker buildx
uses: docker/setup-buildx-action@c47758b77c9736f4b2ef4073d4d51994fabfe349 # pin@v3.7.1
uses: docker/setup-buildx-action@6524bf65af31da8d45b59e8c27de4bd072b392f5 # pin@v3.8.0

- name: login to ghcr
if: github.event_name != 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
mv ./bin/runway ./releases/runway-linux-x86_64
- name: generate artifact attestation
uses: actions/attest-build-provenance@v1.4.4
uses: actions/attest-build-provenance@v2.1.0
with:
subject-path: 'releases/runway-*'

Expand All @@ -54,7 +54,7 @@ jobs:
name: runway-binaries
path: releases/

- uses: actions/[email protected].0
- uses: actions/[email protected].1
id: app-token
with:
app-id: ${{ vars.APP_ID }}
Expand Down

0 comments on commit b3b2c68

Please sign in to comment.