Skip to content

Commit

Permalink
.github: bump actions/checkout from 4.1.0 to 4.1.4 (#872)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored May 4, 2024
1 parent feaae73 commit 75ab620
Show file tree
Hide file tree
Showing 6 changed files with 9 additions and 9 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b
with:
fetch-depth: 0 # Allows using `git log` to set initial release notes.

Expand Down Expand Up @@ -47,7 +47,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: On Linux, install musl
if: matrix.os == 'linux'
Expand Down Expand Up @@ -96,7 +96,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Install Nim
uses: iffy/install-nim@c76b9157e544576bf61c932ee66ff3c7d194deb9
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
contents: write
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Install minisign
run: ./.github/bin/linux-install-minisign
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/fetch-configlet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ${{ matrix.runs-on }}
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Run fetch-configlet
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint-whitespace.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Check that every file has no trailing whitespace, and exactly one final newline
run: ./.github/bin/lint-whitespace
2 changes: 1 addition & 1 deletion .github/workflows/markdownlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Run markdownlint
uses: DavidAnson/markdownlint-cli2-action@b4c9feab76d8025d1e83c653fa3990936df0e6c8
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/shellcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: Checkout
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Run shellcheck
uses: ludeeus/action-shellcheck@00cae500b08a931fb5698e11e79bfbd38e612a38
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
contents: read
steps:
- name: Checkout code
uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608
uses: actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b

- name: Configure the git user # Required to create a commit in our binary tests
run: |
Expand Down

0 comments on commit 75ab620

Please sign in to comment.