Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.5 to 4.1.6 (#474)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored May 20, 2024
1 parent 6e98125 commit 2cebdf6
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- dev: turing
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run setup-gear
uses: ./.github/actions/setup-gear
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/template.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
app-id: ${{ secrets.ORGBOT_APP_ID }}
private-key: ${{ secrets.ORGBOT_PRIVATE_KEY }}
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
token: ${{ steps.orgbot.outputs.token }}
persist-credentials: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/work_change.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- dev: turing
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run setup-gear
uses: ./.github/actions/setup-gear
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/work_proposal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- dev: church
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run setup-gear
uses: ./.github/actions/setup-gear
with:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
ops: commons
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run setup-gear
uses: ./.github/actions/setup-gear
with:
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
ops: commons
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run setup-gear
uses: ./.github/actions/setup-gear
with:
Expand Down Expand Up @@ -187,7 +187,7 @@ jobs:
permissions:
packages: write
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
- name: Run setup-gear
uses: ./.github/actions/setup-gear
with:
Expand Down

0 comments on commit 2cebdf6

Please sign in to comment.