We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7710be3 commit df4cfdbCopy full SHA for df4cfdb
.github/workflows/pull-request.yml
@@ -5,7 +5,7 @@ jobs:
5
runs-on: ubuntu-latest
6
steps:
7
- name: Checkout the code
8
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
9
10
- name: Configure Node and package manager
11
uses: actions/[email protected]
.github/workflows/release.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Checkout
15
16
17
- name: Configure AWS credentials
18
uses: aws-actions/configure-aws-credentials@v2
0 commit comments