Skip to content

Commit f90c0b4

Browse files
Update actions/checkout action to v3 (#52)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 1ef2f05 commit f90c0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pipeline.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
}
6060
steps:
6161
- name: Check out repository
62-
uses: actions/checkout@v2
62+
uses: actions/checkout@v3
6363
- name: Run infracost diff
6464
uses: infracost/infracost-gh-action@master
6565
env:

0 commit comments

Comments
 (0)