Skip to content

Commit 5c5043f

Browse files
authored
Merge pull request #2 from 3scale-labs/dependabot/github_actions/actions/checkout-6
ci(deps): bump actions/checkout from 4 to 6
2 parents da5fbb4 + f043119 commit 5c5043f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout code
16-
uses: actions/checkout@v4
16+
uses: actions/checkout@v6
1717

1818
- name: Install dependencies
1919
run: |
@@ -137,7 +137,7 @@ jobs:
137137

138138
steps:
139139
- name: Checkout code
140-
uses: actions/checkout@v4
140+
uses: actions/checkout@v6
141141

142142
- name: Install ShellCheck
143143
run: sudo apt-get install -y shellcheck

0 commit comments

Comments
 (0)