Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.2 to 4.1.3 (#12635)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] committed Apr 24, 2024
1 parent fbb4fad commit 1633004
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
# Prevent sudden announcement of a new advisory from failing ci:
continue-on-error: true
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
- uses: rustsec/[email protected]
with:
token: ${{ secrets.GITHUB_TOKEN }}
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Setup Rust toolchain and cache
uses: actions-rust-lang/[email protected]
Expand Down Expand Up @@ -89,7 +89,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Setup Rust toolchain and cache
uses: actions-rust-lang/[email protected]
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Setup Rust toolchain and cache
uses: actions-rust-lang/[email protected]
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
runs-on: ${{ matrix.platform }}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Setup Rust toolchain and cache
uses: actions-rust-lang/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/nightly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
# if: github.repository == 'nushell/nightly'
steps:
- name: Checkout
uses: actions/[email protected].2
uses: actions/[email protected].3
if: github.repository == 'nushell/nightly'
with:
ref: main
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
ref: main
fetch-depth: 0
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
ref: main
fetch-depth: 0
Expand Down Expand Up @@ -310,7 +310,7 @@ jobs:
- name: Waiting for Release
run: sleep 1800

- uses: actions/[email protected].2
- uses: actions/[email protected].3
with:
ref: main

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Update Rust Toolchain Target
run: |
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
runs-on: ${{matrix.os}}

steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- name: Update Rust Toolchain Target
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/typos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout Actions Repository
uses: actions/[email protected].2
uses: actions/[email protected].3

- name: Check spelling
uses: crate-ci/[email protected]

0 comments on commit 1633004

Please sign in to comment.