diff --git a/.github/workflows/bump-version.yml b/.github/workflows/bump-version.yml index 62cb59e..f72b1f2 100644 --- a/.github/workflows/bump-version.yml +++ b/.github/workflows/bump-version.yml @@ -7,7 +7,7 @@ jobs: bumpVersion: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Bump Version run: | export VERSION=${{ github.event.inputs.version }} diff --git a/.github/workflows/linux.yml b/.github/workflows/linux.yml index 10e1afb..dd3772b 100644 --- a/.github/workflows/linux.yml +++ b/.github/workflows/linux.yml @@ -10,7 +10,7 @@ jobs: # AppImage requires ubuntu focal runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 with: cache: true diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index ccc1e7a..10509d7 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -9,7 +9,7 @@ jobs: build-macos: runs-on: macos-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 with: cache: true diff --git a/.github/workflows/tag-and-release.yml b/.github/workflows/tag-and-release.yml index f9d7f22..6f9eb1e 100644 --- a/.github/workflows/tag-and-release.yml +++ b/.github/workflows/tag-and-release.yml @@ -5,7 +5,7 @@ jobs: tag: runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Get Version run: | export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp) @@ -15,7 +15,7 @@ jobs: # AppImage requires ubuntu focal runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 with: cache: true @@ -56,7 +56,7 @@ jobs: build-macos-release: runs-on: macos-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 with: cache: true @@ -74,7 +74,7 @@ jobs: build-windows-release: runs-on: windows-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 with: cache: true @@ -96,7 +96,7 @@ jobs: ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - name: Get Version run: | export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp) @@ -134,7 +134,7 @@ jobs: ] runs-on: ubuntu-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: actions/setup-go@0a12ed9d6a96ab950c8f026ed9f722fe0da7ef32 - run: | export VERSION=$(sed -n -e 's/.*QVersionNumber::fromString(\"\(.*\)\");/\1/p' src/window.cpp) diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml index f889aca..f3882da 100644 --- a/.github/workflows/windows.yml +++ b/.github/workflows/windows.yml @@ -9,7 +9,7 @@ jobs: build-windows: runs-on: windows-latest steps: - - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 + - uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 - uses: jurplel/install-qt-action@f03f05556819ceb3781ee2f455ec44c339d683c0 with: cache: true