Skip to content

Commit

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

Bump the github-actions group with 3 updates
  • Loading branch information
GrantBirki authored Oct 12, 2024
2 parents 7bfdc64 + ec3f0cc commit 9e9351e
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 @@ -67,7 +67,7 @@ jobs:

- name: build and push
id: push
uses: docker/build-push-action@5cd11c3a4ced054e52742c5fd54dca954e0edd85 # pin@v6.7.0
uses: docker/build-push-action@4f58ea79222b3b9dc2c8bbdd6debcef730109a75 # pin@v6.9.0
with:
context: .
push: ${{ 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/[email protected].2
uses: actions/[email protected].3
with:
subject-path: 'releases/runway-*'

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

- uses: actions/create-github-app-token@v1.10.3
- uses: actions/create-github-app-token@v1.11.0
id: app-token
with:
app-id: ${{ vars.APP_ID }}
Expand Down

0 comments on commit 9e9351e

Please sign in to comment.