Skip to content

Commit c9f60db

Browse files
authored
Merge pull request #129 from felipebz/renovate/actions-checkout-7.x
chore(deps): update actions/checkout action to v7
2 parents 9e90789 + 8d28194 commit c9f60db

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
name: Build and release
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
19+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
2020
with:
2121
fetch-depth: 0
2222

@@ -73,7 +73,7 @@ jobs:
7373
needs: build
7474
if: github.ref == 'refs/heads/main'
7575
steps:
76-
- uses: actions/checkout@d23441a48e516b6c34aea4fa41551a30e30af803 # v6
76+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7
7777
with:
7878
repository: utPLSQL/utPLSQL
7979

0 commit comments

Comments
 (0)