Skip to content

Commit

Permalink
Pin GitHub Actions workflows to a specific version (#279)
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikSchierboom authored Nov 14, 2023
1 parent 8f1940c commit de32eb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
haxe-version: [4.2.5]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11

- name: Setup Haxe environment
uses: krdlab/setup-haxe@v1.5.1
uses: krdlab/setup-haxe@3437f1adfca98b22815d926271cc39faaf996f25
with:
haxe-version: ${{ matrix.haxe-version }}

Expand Down

0 comments on commit de32eb8

Please sign in to comment.