We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 845f09d commit ac05491Copy full SHA for ac05491
.github/workflows/node-ci.yml
@@ -11,7 +11,7 @@ jobs:
11
verify:
12
runs-on: ubuntu-latest
13
steps:
14
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
15
- name: Setup node
16
uses: actions/setup-node@v3
17
with:
.github/workflows/twitter-together.yml
@@ -15,7 +15,7 @@ jobs:
if: github.event_name == 'push' && github.ref == 'refs/heads/master'
- name: checkout master
18
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
19
- name: Tweet
20
uses: twitter-together/action@v3
21
env:
0 commit comments