Skip to content

Commit

Permalink
Bump actions/checkout
Browse files Browse the repository at this point in the history
Bumps the github-actions-deps group with 1 update in the / directory: [actions/checkout](https://github.com/actions/checkout).


Updates `actions/checkout` from 4.1.1 to 4.1.5
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.1...v4.1.5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions-deps
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed May 7, 2024
1 parent 1980c4c commit 2d07b41
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5

- name: Initialize CodeQL
uses: github/codeql-action/init@v3
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
publish-smoke-test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.5
- uses: enriikke/gatsby-gh-pages-action@v2
env:
GH_API_KEY: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -25,7 +25,7 @@ jobs:
needs: publish-smoke-test
steps:
- name: Checkout Smoke Test Branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5
with:
path: smoke-test
ref: smoke-test
Expand All @@ -35,7 +35,7 @@ jobs:
echo $ST_LC
echo "SMOKE_TEST_LINE_COUNT=$ST_LC" >> $GITHUB_ENV
- name: Checkout Published Branch
uses: actions/checkout@v4.1.1
uses: actions/checkout@v4.1.5
with:
path: published
ref: gh-pages
Expand All @@ -58,7 +58,7 @@ jobs:
needs: verify-smoke-test
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.5
with:
ref: gh-pages
- name: merge commit push
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- ubuntu-latest
- windows-latest
steps:
- uses: actions/checkout@v4.1.1
- uses: actions/checkout@v4.1.5
- uses: actions/setup-node@v4
with:
node-version: '16'
Expand Down

0 comments on commit 2d07b41

Please sign in to comment.