Skip to content

Commit 8bcadfb

Browse files
committed
ci: bump actions/checkout to v4
1 parent 80f90f4 commit 8bcadfb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/noir-starter-traffic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# Steps represent a sequence of tasks that will be executed as part of the job
1414
steps:
1515
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v4
1717

1818
# Calculates traffic and clones and stores in CSV file
1919
- name: GitHub traffic

.github/workflows/update.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
steps:
1919
- name: Checkout repository
20-
uses: actions/checkout@v2
20+
uses: actions/checkout@v4
2121

2222
- name: Get version
2323
id: versions_step

0 commit comments

Comments
 (0)