Skip to content

Commit aba3b9d

Browse files
Merge pull request #1 from wxMaxima-developers/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 86f4cfe + 20b6fee commit aba3b9d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/compile.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout_git
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414
with:
1515
# We must fetch at least the immediate parents so that if this is
1616
# a pull request then we can checkout the head.

0 commit comments

Comments
 (0)