Update GitHub Action References

This changeset updates many of our GitHub Action references to point to the latest versions to ensure they are kept up-to-date.  This helps address any improvements and security patches that have been made to them.

Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This commit is contained in:
Carlo Costino
2025-02-19 16:42:34 -05:00
parent 4cfa8c3e4b
commit 87c4429055
8 changed files with 15 additions and 15 deletions

View File

@@ -53,7 +53,7 @@ jobs:
echo "filename=$FILENAME" >> "$GITHUB_OUTPUT"
- name: write the ADR
uses: DamianReeves/write-file-action@v1.2
uses: DamianReeves/write-file-action@v1.3
with:
path: ${{ steps.filename.outputs.filename }}
write-mode: overwrite