Skip to content

Commit

Permalink
Merge pull request #1630 from comit-network/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/actions/checkout-4.1.6

build(deps): bump actions/checkout from 4.1.5 to 4.1.6
  • Loading branch information
delta1 authored May 17, 2024
2 parents 8cd0d3c + c8e5768 commit 4b8f798
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 11 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tagged commit
uses: actions/[email protected].5
uses: actions/[email protected].6
with:
ref: ${{ github.event.release.target_commitish }}
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: dtolnay/rust-toolchain@master
with:
Expand All @@ -35,7 +35,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: Swatinem/[email protected]

Expand All @@ -49,7 +49,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: Swatinem/[email protected]

Expand Down Expand Up @@ -78,7 +78,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: Swatinem/[email protected]

Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
tool-cache: false

- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: Swatinem/[email protected]

Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: Swatinem/[email protected]

Expand All @@ -179,7 +179,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout sources
uses: actions/[email protected].5
uses: actions/[email protected].6

- uses: dtolnay/rust-toolchain@stable

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: github.event.pull_request.merged == true && startsWith(github.event.pull_request.head.ref, 'release/')
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Extract version from branch name
id: extract-version
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/draft-new-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: "Draft a new release"
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6
with:
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/preview-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: Create preview release
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected].5
- uses: actions/[email protected].6

- name: Delete 'preview' release
uses: larryjoelane/[email protected]
Expand Down

0 comments on commit 4b8f798

Please sign in to comment.