We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 80f90f4 commit 1b6b158Copy full SHA for 1b6b158
.github/workflows/noir-starter-traffic.yml
@@ -13,7 +13,7 @@ jobs:
13
# Steps represent a sequence of tasks that will be executed as part of the job
14
steps:
15
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
17
18
# Calculates traffic and clones and stores in CSV file
19
- name: GitHub traffic
.github/workflows/update.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
- name: Checkout repository
20
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
21
22
- name: Get version
23
id: versions_step
0 commit comments