Skip to content

Commit

Permalink
Merge pull request #188 from hertzsprung/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-4.1.6

Bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
hertzsprung authored May 24, 2024
2 parents 657b8ce + 871479e commit 0742caf
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-run.manual-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: echo
run: "echo auto-run-check on_rollback: ${{ github.event.inputs.onRollback }}"
- name: checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
- name: gh-workflow-run
run: gh workflow run auto-run.manual-test.yaml -f onRollback=true
env:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
- name: npm-install-cdk
run: npm install -g [email protected]
- name: checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
- name: setup-java
uses: hertzsprung/binsley/actions/setup-java@main
- name: cdk-permissions-broadening
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
if: ${{ !cancelled() && contains(needs.*.result, 'failure') && !inputs.prevent_rollback }}
steps:
- name: checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
fetch-depth: 2
token: ${{ secrets.ROLLBACK_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/self-modify.manual-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
token: ${{ secrets.ROLLBACK_TOKEN }}
- name: git-push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: checkout
uses: actions/[email protected].5
uses: actions/[email protected].6
- name: setup-java
uses: hertzsprung/binsley/actions/setup-java@main
- name: aws-assume-role
Expand Down

0 comments on commit 0742caf

Please sign in to comment.