Skip to content

Commit ac05491

Browse files
chore(deps): bump actions/checkout from 3 to 4 (#156)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 845f09d commit ac05491

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/node-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
verify:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
- name: Setup node
1616
uses: actions/setup-node@v3
1717
with:

.github/workflows/twitter-together.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
1616
steps:
1717
- name: checkout master
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919
- name: Tweet
2020
uses: twitter-together/action@v3
2121
env:

0 commit comments

Comments
 (0)