Skip to content

Commit 43a02ce

Browse files
committed
Update GitHub Actions checkout action to v5
1 parent 3f396ad commit 43a02ce

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
sudo ACCEPT_EULA=Y apt-get install -y msodbcsql18
3131
3232
- name: 📦 Checkout
33-
uses: actions/checkout@v2
33+
uses: actions/checkout@v5
3434
- name: 🛠️ Setup DB services
3535
run: |
3636
cd tests
@@ -86,7 +86,7 @@ jobs:
8686
- "8.4"
8787
steps:
8888
- name: 📦 Checkout
89-
uses: actions/checkout@v2
89+
uses: actions/checkout@v5
9090
- name: 🛠️ Setup DB services
9191
run: |
9292
cd tests

0 commit comments

Comments
 (0)