Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.1 to 4.1.2
  • Loading branch information
delta1 authored Mar 12, 2024
2 parents c055979 + 28937b8 commit d1b10ef
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 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 @@ -45,7 +45,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout tagged commit
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
ref: ${{ github.event.release.target_commitish }}
token: ${{ secrets.BOTTY_GITHUB_TOKEN }}
Expand Down
12 changes: 6 additions & 6 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].1
uses: actions/[email protected].2

- 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].1
uses: actions/[email protected].2

- uses: Swatinem/[email protected]

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

- uses: Swatinem/[email protected]

Expand All @@ -76,7 +76,7 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2

- uses: Swatinem/[email protected]

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

- name: Checkout sources
uses: actions/[email protected].1
uses: actions/[email protected].2

- uses: Swatinem/[email protected]

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

- uses: Swatinem/[email protected]

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].1
- uses: actions/[email protected].2

- 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].1
- uses: actions/[email protected].2
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].1
- uses: actions/[email protected].2

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

0 comments on commit d1b10ef

Please sign in to comment.