Skip to content

Commit

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


Updates `actions/checkout` from 4.1.4 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.4...v4.1.5)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored May 13, 2024
1 parent ad578f2 commit 533d8db
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Install Node
uses: actions/[email protected]
Expand All @@ -43,7 +43,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Build version suffix
run: echo "VERSION_SUFFIX=beta.${{ github.run_number }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Set up Node
uses: actions/[email protected]
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Install Node
uses: actions/[email protected]
Expand All @@ -35,7 +35,7 @@ jobs:

steps:
- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Build version suffix
run: echo "VERSION_SUFFIX=alpha.${{ github.event.number }}" >> $GITHUB_ENV
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: echo "current_version=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT

- name: Check out repository
uses: actions/[email protected].4
uses: actions/[email protected].5

- name: Set up Node
uses: actions/[email protected]
Expand Down

0 comments on commit 533d8db

Please sign in to comment.